From 2e62adfda5a2d57c7af44e76fe967601b6368580 Mon Sep 17 00:00:00 2001 From: "kaf24@scramble.cl.cam.ac.uk" Date: Sat, 22 Nov 2003 17:06:38 +0000 Subject: [PATCH] bitkeeper revision 1.632 (3fbf979eo_ScBFnsFE5_BwSNLqCSog) createlinuxdom.py: Clarify teh createlinuxdom example script. --- tools/examples/createlinuxdom.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tools/examples/createlinuxdom.py b/tools/examples/createlinuxdom.py index d13ce5dbcb..57b2b0760a 100755 --- a/tools/examples/createlinuxdom.py +++ b/tools/examples/createlinuxdom.py @@ -27,9 +27,10 @@ gateway = XenoUtil.get_current_ipgw() nfsserv = "ADDRESS" nfspath = "FULL_PATH_TO_ROOT_DIR" -# STEP 5b. Specify root (and possibly /usr) on local disc (if not NFS booting) +# STEP 5b. Specify root partition on local disc (if not NFS booting) #root_partn = "/dev/sda2" -#usr_partn = "/dev/sda6" +# (NB. The following is only needed for a separate shared read-only /usr) +# (usr_partn = "/dev/sda6") # STEP 6. Check that the following cmdline setup is to your taste. cmdline = "ip="+ipaddr+":"+nfsserv+":"+gateway+":"+netmask+"::eth0:off" -- 2.30.2